home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / memory_g.dxr / 00043_Help Script .ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  374 b   |  17 lines

  1. on Help
  2.   global HelpTime, timer, HelpMode
  3.   if the frame <= 2 then
  4.     set HelpMode to 1
  5.     go("Help")
  6.   end if
  7.   if (the frame >= 3) and (the frame <= 11) then
  8.     set HelpMode to 0
  9.     set timer to 0
  10.     set HelpTime to the ticks
  11.     set the visible of sprite 4 to 0
  12.     set the visible of sprite 5 to 0
  13.     set the visible of sprite 13 to 0
  14.     go("Help")
  15.   end if
  16. end
  17.